Gets or sets the number of items in a page.
Namespace:
C1.DataAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
C# |
---|
public int PageSize { get; set; } |
Visual Basic |
---|
Public Property PageSize As Integer Get Set |
Implements
IPagedCollectionViewPageSize()()()()Remarks
To disable paging, set this property to 0.